karpenter: bump 1.8.6 → 1.13.0#43
Merged
Merged
Conversation
The OCI charts couldn't be auto-checked in the catalog currency uplift (private/ ECR registries). karpenter was pinned 1.8.6 (Jan 2026); 1.13.0 (Jun 2026) is the current stable, ~5 minors behind — all within karpenter's stable v1 API (NodePool/EC2NodeClass unchanged). Verified by rendering 1.13.0 with the actual overlay values (helm template, all three env value sets): clean render, the settings.clusterName / interruptionQueue / replicas / resources / tolerations / topologySpreadConstraints values all still apply — no values-schema change. The 1.13.0 release notes carry no breaking-change or action-required callouts. task validate (yamllint + kustomize build, all overlays) passes. Part of #38 — the nvidia-dra-driver half stays open: it's on the private nvcr.io registry (no NGC auth to render-check) and NVIDIA re-versioned the driver (the 25.x calendar scheme → semver, v0.4.0 is now latest), so it needs a human call, not an auto-bump.
CI Results
All validations passed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
karpenter was pinned
1.8.6(Jan 2026); 1.13.0 (Jun 2026) is current stable — ~5 minors behind, all within the stable v1 API (NodePool/EC2NodeClass unchanged).Validated:
helm template, all 3 env value sets) → clean render, every value (settings.clusterName/interruptionQueue/replicas/resources/tolerations/topologySpreadConstraints) still applies — no values-schema change.task validate(yamllint + kustomize build, all overlays) passes.Part of #38, doesn't close it. The nvidia-dra-driver half stays open — it's on the private
nvcr.ioregistry (no NGC auth here to render-check) and NVIDIA re-versioned the driver (25.xcalendar → semver,v0.4.0now latest), so it needs a human call, not an auto-bump. The issue's "mirror into kx" step is moot (kx doesn't run karpenter).